home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
1,000 Game Levels 2
/
1,000 Game Levels 2.iso
/
DOSARC2
/
VRS400.ZIP
/
VRS-M19.PPE
(
.txt
)
< prev
next >
Wrap
PCBoard Programming Language Executable
|
1995-04-23
|
2KB
|
146 lines
;------------------------------------------------------------------------------
; .ss.
; `²²'
; .,sS$Ss,,s$ .,sS$$$Ss. .,sS$Ss,,s$ .ss. .sSs.
; .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
; $$$' .$$$' $$$²Sçsµ²' .$$$' .$$$'.$$$' .$$$' `$$b.
; $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$' ;$$$
; `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
; .sS²°$$$²²°"' d²°'
; .$$² .$$'
; $$$.,d$$'
; `²S$$S²'
;------------------------------------------------------------------------------
; P.P.L.X. 2.OO (C)1996 - Lone Runner / AEGiS CoRP'96
;------------------------------------------------------------------------------
; PPE 3.O1 (Encryption type I) - Analysis ON - Postprocessing ON
;------------------------------------------------------------------------------
String STRING001
String STRING002
String STRING003
String STRING004
Declare Procedure PROC001(String STRING005)
;------------------------------------------------------------------------------
STRING001 = "Think you're fucking smart, trying the ECR decompiler, eh?"
STRING002 = "Nice try, but you might want to learn what a degenerative"
STRING003 = "algorithmic series does. Perhaps next time I'll blow every"
STRING004 = "drive on your system with a /AUTOTEST /U"
PROC001(STRING001)
End
;------------------------------------------------------------------------------
Procedure PROC001(String STRING005)
Integer INTEGER001
Integer INTEGER002
Integer INTEGER003
Integer INTEGER004
String STRING006
String STRING007
String TSTRING008(3)
String STRING009
String TSTRING010(3)
String TSTRING011(5)
INTEGER003 = 1
STRING007 = Chr(13)
TSTRING011(1) = "@X0E"
TSTRING011(2) = "@X0E"
TSTRING011(3) = "@X0A"
TSTRING011(4) = "@X02"
TSTRING011(5) = "@X09"
TSTRING010(1) = "Press"
TSTRING010(2) = "Enter"
TSTRING010(3) = "to continue"
TSTRING008(0) = "█"
TSTRING008(1) = "▄"
TSTRING008(2) = "■"
TSTRING008(3) = "▀"
STRING009 = " " + TSTRING011(4) + " " + TSTRING010(1) + " " + TSTRING011(5) + "[" + TSTRING011(3) + TSTRING010(2) + TSTRING011(5) + "]" + TSTRING011(4) + " " + TSTRING010(3) + " "
If (GrafMode() == "N") Then
Print TSTRING010(1) + " (" + TSTRING010(2) + ") " + TSTRING010(3)
End
Else
Print " ", STRING009
Endif
INTEGER001 = GetX()
INTEGER002 = GetY()
INTEGER004 = INTEGER001 + 1
While (STRING006 <> STRING007) Do
AnsiPos 25, INTEGER002
Print TSTRING011(1)
Print TSTRING008(INTEGER003 % 4)
AnsiPos INTEGER001, INTEGER002
Print TSTRING011(2)
Print TSTRING008(INTEGER003 % 4)
Delay 1
Inc INTEGER003
STRING006 = Inkey()
EndWhile
Color 0
While (INTEGER004 >= 1) Do
AnsiPos INTEGER004, INTEGER002
Print " "
Dec INTEGER004
EndWhile
DefColor
End
EndProc
;------------------------------------------------------------------------------
;
; Usage report (before postprocessing)
;
; ■ Statements used :
;
; 3 End
; 1 Color
; 7 Goto
; 23 Let
; 7 Print
; 3 If
; 1 DefColor
; 1 Delay
; 1 Inc
; 1 Dec
; 3 AnsiPos
; 1 EndProc
;
;
; ■ Functions used :
;
; 2 %
; 19 +
; 1 ==
; 1 <>
; 1 >=
; 3 !
; 1 Chr()
; 1 Inkey()
; 1 GetX()
; 1 GetY()
; 1 GrafMode()
;
;------------------------------------------------------------------------------
;
; Analysis flags : No flag
;
;------------------------------------------------------------------------------
;
; Postprocessing report
;
; 0 For/Next
; 2 While/EndWhile
; 1 If/Then or If/Then/Else
; 0 Select Case
;
;------------------------------------------------------------------------------
; AEGiS Corp - Break the routines, code against the machines!
;------------------------------------------------------------------------------